TransactionData

sealed interface TransactionData : Serializable(source)

Represents resolved (i.e., supported by the Wallet) Transaction Data.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Represents resolved (i.e., supported by the Wallet) SD-JWT VC Transaction Data.

Properties

Link copied to clipboard
abstract val credentialIds: List<QueryId>

identifiers of the requested Credentials this Transaction Data is applicable to

Link copied to clipboard
abstract val json: JsonObject

this Transaction Data as a generic JsonObject

Link copied to clipboard

the type of the Transaction Data

Link copied to clipboard
abstract val value: Base64UrlSafe

the Base64 Url-Safe encoded value of this Transaction Data